home *** CD-ROM | disk | FTP | other *** search
/ 1st Multimedia Mac Shareware / Multimedia Shareware CD-ROM - BetaCorp.iso / StackToolsƒ / Utilities / Key messages / background_2753.xml < prev    next >
Encoding:
Extensible Markup Language  |  1992-08-12  |  773 b   |  13 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE background PUBLIC "-//Apple, Inc.//DTD background V 2.0//EN" "" >
  3. <background>
  4.     <id>2753</id>
  5.     <filler1>0</filler1>
  6.     <cantDelete> <false /> </cantDelete>
  7.     <showPict> <true /> </showPict>
  8.     <dontSearch> <false /> </dontSearch>
  9.     <link rel="stylesheet" type="text/css" href="stylesheet_2205.css" />
  10.     <name></name>
  11.     <script>on idle
  12. put the message box into k
  13. if k is not empty then
  14. repeat with i = 1 to length(k)
  15. do "key " & quote & char i of k & quote
  16. end repeat
  17. put empty into the message box
  18. end if
  19. end idle
  20.  
  21. on key
  22. put param(1) into c
  23. if offset(c, "qwertyuiop[]asdfghjkl;'zxcvbnm,./ ") <> 0 then
  24. set the hilite of button c to true
  25. set the hilite of button c to false
  26. end if
  27. end key
  28. </script>
  29. </background>
  30.